Make Config::get private
authorAlex Crichton <alex@alexcrichton.com>
Fri, 19 Feb 2016 07:58:27 +0000 (23:58 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 19 Feb 2016 07:58:27 +0000 (23:58 -0800)
commit56db20dffadf13f76c502872ccbe75398e996e3a
tree8ab9ba8f8efa69cab90ad2d0059b119557e6bbe5
parent455f800cb9db414648bf3d84ae6441bf41665c50
Make Config::get private

Don't actually want to expose this, callers need to use the more concrete
methods anyway.
src/cargo/ops/cargo_compile.rs
src/cargo/util/config.rs